home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d597 / icontools.lha / IconTools / Install Lib < prev    next >
Text File  |  1992-02-01  |  330b  |  18 lines

  1. .K ""
  2.  
  3. failat 20
  4.  
  5. version >NIL: arp.library 39 1
  6. if warn
  7.     echo "This will copy version 39.1 of the arp.library"
  8.     echo "to your LIBS: directory."
  9.     ask "OK? "
  10.     if warn
  11.         echo "Installing arp.library..."
  12.         copy libs/arp.library to LIBS: clone
  13.         echo "done."
  14.     endif
  15. else
  16.     echo "arp.library 39.1 or higher is already installed."
  17. endif
  18.